home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / mbcksp.zip / CHKSPACE.DOC < prev    next >
Text File  |  1992-04-14  |  1KB  |  33 lines

  1. CHKSPACE - NetWare Disk Space Checker V1.00
  2.            (c) Copyright Manth-Brownell, Inc. 1992
  3.            All Rights Reserved
  4.            Novell and NetWare are registered trademarks of Novell, Inc.
  5.  
  6.            Tim Schwab (CIS ID 76344,1533)
  7.            Manth-Brownell, Inc.
  8.            P.O. Box 59
  9.            Kirkville, NY 13082
  10.  
  11.   Usage: CHKSPACE [/?] [/T=threshold] [/S=server] [/V=volume] [/E]
  12.             /? - Show help screen
  13.             /T - Threshold comparison percent (default is 20)
  14.             /S - Specify a file server (default is the current server)
  15.             /V - Specify a volume (default is the current volume)
  16.             /E - Always echo results to screen
  17.  
  18.   Notes: CHKSPACE compares the actual percent of a user's disk space
  19.          available with the threshold percent.  If the actual percent
  20.          is greater than the threshold, no action is taken (unless the
  21.          /E switch was specified).  If the actual percent is less than
  22.          or equal to the threshold, a warning message is displayed.
  23.          Users that do not have disk space restrictions are
  24.          calculated using actual disk space used and available.
  25.  
  26.          The following errorlevels are returned:
  27.                                 0 - actual > threshold
  28.                                 1 - actual <= threshold
  29.                                 2 - error
  30.  
  31.   Special thanks to Bruce Pinkham.
  32.  
  33.